home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / spiele / workbench spiele / krsnake / src / include / proto / krsnake.h next >
C/C++ Source or Header  |  1995-09-12  |  243b  |  13 lines

  1. #ifndef PROTO_KRSNAKE_H
  2. #define PROTO_KRSNAKE_H
  3.  
  4. #include <clib/krsnake_protos.h>
  5. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  6. #include <inline/KRSNAKE.h>
  7. #endif
  8. #ifndef __NOLIBBASE__
  9. extern struct Library *KRSNAkeBase;
  10. #endif
  11.  
  12. #endif
  13.